check if column[i].button is valid before calling gtk_widget_intersect on
authorManish Singh <yosh@src.gnome.org>
Sun, 8 Nov 1998 05:58:41 +0000 (05:58 +0000)
committerManish Singh <yosh@src.gnome.org>
Sun, 8 Nov 1998 05:58:41 +0000 (05:58 +0000)
commit3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56
tree7f8cbb123b28b658a0530af5742ac4d000fa4d93
parenta77c4da512b1e3fedce9d9105d8961e47f6e5100
check if column[i].button is valid before calling gtk_widget_intersect on

* gtk/gtkclist.c: check if column[i].button is valid before calling
gtk_widget_intersect on it in gtk_clist_draw

* gtk/gtkdnd.c: removed unused variable empty_bits

* gtk/gtkrc.c: we should use gslist_* functions with GSLists...

* gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return
a boolean (thanks to Elrond for noticing this)

-Yosh
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkclist.c
gtk/gtkdnd.c
gtk/gtkrc.c
gtk/gtktypeutils.c
gtk/gtktypeutils.h
gtk/testgtk.c
tests/testgtk.c